<configuration>
   <system.web>
      <authentication mode="None" />

      <!-- Tutaj jest zapisana pozostaa cz pliku web.config -->

   </system.web>

   <location path="AdminPage.aspx">
      <system.web>
         <authentication mode="Windows" />

         <authorization>
            <allow users="ReutersServer\EvjenB" />
            <deny users="*" />
         </authorization>
      </system.web>
   </location>
</configuration>
